home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / HITSEI2.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  149 lines

  1. name Hitachi VK45 Seicos MII
  2.  
  3. O >4
  4. % 00
  5. L >4
  6. N 4
  7. G 2
  8. g 2 G
  9. X ->3.>4
  10. Y ->3.>4
  11. Z ->3.>4
  12. I ->3.>4
  13. J ->3.>4
  14. Q ->3.>4
  15. R ->3.>4
  16. P >4
  17. F >3.2
  18. K ->3.>4
  19. H 2
  20. D 2
  21. T 2
  22. M 2
  23. S >4
  24. / 00
  25. ( 00
  26. d >3.>3
  27. e >3.>3
  28. f >3.>3
  29. q 00
  30. w 00
  31.  
  32. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  33.  
  34. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  35. First#? N                             # Y or N  'Output 1st sequence no.  
  36. Last#? N                              # Y or N  'Output last sequence no. 
  37.  
  38. HCode X                               # X or X U  'Horizontal char.       
  39. VCode Y                               # Y or Y V  'Vertical char.         
  40. Dcode Z                               # Depth char.                       
  41. FeedCode F                            # Feed rate char.                   
  42.  
  43. Comment ( )                           # Begin End comment char.           
  44.  
  45. Spindle 03 04 05                      # Cw, ccw & stop m codes            
  46. Coolant 08 09 07                      # On, Off & Mist m codes            
  47. DComp 41 42 40                        # Left, Right & Cancel m codes      
  48. LComp 43 49                           # On & Off codes                    
  49.  
  50. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  51. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  52.  
  53. CtrCode I J                           # I J or R or I J K L               
  54. Helical? Y
  55.  
  56. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  57.  
  58. Feed G1                             # Linear move                       
  59. Rapid G0                            # Rapid positioning word            
  60. Cw G2                               # Circular move clockwise           
  61. Ccw G3                              # Circular move counter clockwise   
  62.  
  63. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  64.  
  65. Drill                                 # Drilling canned/manual cycle      
  66. G98 G81 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  67. end cancel
  68.  
  69. Peck                                  # Pecking canned/manual cycle       
  70. G98 G83 X[H] Y[V] Z[D] Q[VBite] R[Vclear] F[FRate]
  71. end cancel
  72.  
  73. Tap                                   # Tapping canned/manual cycle       
  74. G98 G84 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  75. end cancel
  76.  
  77. LTap                                  # Left handed tapping cycle         
  78. G98 G74 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  79. end cancel
  80.  
  81. Ream                                  # Reaming canned/manual cycle       
  82. G98 G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  83. end cancel
  84.  
  85. Bore                                  # Boring canned/manual cycle        
  86. G98 G86 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  87. end cancel
  88.  
  89. Back                                  # Back boring canned/manual cycle   
  90. G98 G73 X[H] Y[V] Z[D] Q[VBite] R[Vclear] F[FRate]
  91. end cancel
  92.  
  93. Cancel                                # Cancel a canned/manual cycle      
  94. G80
  95. end
  96.  
  97. StartCode                             # Start of the program              
  98. %0
  99. O[Program#]
  100. End
  101.  
  102. 1stToolChange                         # First tool change                 
  103. g91 G28 Z0
  104. g91 G28 X0 Y0
  105. G0 G90 G80 G40 G49
  106. T[Tool] M06 (0 d[ToolRad] e[ToolDiam] f[corner] w0
  107. G0 G[Work] X[H] Y[V]
  108. G0 G43 Z[D] H[Lcomp] M[Direct] S[Speed]
  109. M[Cool]
  110. End
  111.  
  112. Infeed                                # Enable cutter comp                
  113. G[Side] X[H] Y[V] D[DComp]
  114. F[FRate]
  115. end
  116.  
  117. Outfeed                               # Disable cutter comp               
  118. G1 G40 X[H] Y[V]
  119. Z[D]
  120. end
  121.  
  122. ToolChange                            # Secondary tool changes            
  123. M[CoolantOff]
  124. g91 G28 Z0 M05
  125. g91 G28 X0 Y0 M19
  126. M01
  127. G0 G90 G40 G49
  128. T[Tool] M06 (0 d[ToolRad] e[ToolDiam] f[corner] w0
  129. G90 S[Speed] M[Direct]
  130. G0 G[Work] X[H] Y[V]
  131. G0 G43 Z[D] H[Lcomp]
  132. M[Cool]
  133. End
  134.  
  135. EndCode                               # End of the program                
  136. G80 M[CoolantOff]
  137. g91 G28 G49 Z0 M05
  138. g91 G28 X0 Y0
  139. G90
  140. M30
  141. %0
  142. End
  143.  
  144. Replace "d" with "ToolRadius"
  145. Replace "e" with "ToolDiam"
  146. Replace "f" with "ToolCorner"
  147. Replace "q" with "("
  148. Replace "w" with ")"
  149.